home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-19 / iritsm3s.zip / IRIT-UNX.CFG < prev    next >
Text File  |  1992-01-28  |  1KB  |  47 lines

  1. ;The startup file - make it null string if none is needed. This file
  2. ;will be searched along the DOS PATH setup, starting from current directory.
  3. StartFile    "iritinit.irt"
  4.  
  5. ;If TRUE (default) generates graphics. Otherwise only generates geometry
  6. ; but it can not be displayed.
  7. DoGraphics    TRUE
  8.  
  9. ;Colors to objects loaded using LOAD command (if not specified in object
  10. ;itself), for boolean objects results, and primitive objects created.
  11. ;Color are supported only on EGA/VGA system as follows:
  12. ;
  13. ; BLACK         =  0
  14. ; BLUE         =  1
  15. ; GREEN         =  2
  16. ; CYAN         =  3
  17. ; RED         =  4
  18. ; MAGENTA      =  5
  19. ; BROWN         =  6
  20. ; LIGHTGRAY     =  7
  21. ; DARKGRAY     =  8
  22. ; LIGHTBLUE     =  9
  23. ; LIGHTGREEN     =  10
  24. ; LIGHTCYAN     =  11
  25. ; LIGHTRED     =  12
  26. ; LIGHTMAGENTA     =  13
  27. ; YELLOW     =  14
  28. ; WHITE         =  15
  29. ;
  30. LoadColor    1
  31. ICrvColor    14
  32. BoolColor    2
  33. PrimColor    4
  34.  
  35. ;Name of file to save LOGFILE comman output (if empty string NUL: is selected).
  36. LogFile        "irit.log"
  37.  
  38. ;If TRUE the transformation window is pop up all the time, after the first
  39. ;request (INTERACT command). If FALSE (default) the window will be poped
  40. ;up only by demand (i.e. INTERACT command).
  41. PopTransAlways    FALSE
  42.  
  43. ;Using gl graphics library, you can set the view/trans. windows location using
  44. ;The two variables below as 'x1, x2, y1, y2'
  45. ;TransPrefPos    "455, 640, 520, 965"
  46. ;ViewPrefPos    "1,   450, 520, 965"
  47.